Programming With QuickTime VR 2.1

Previous | Overview | Contents

Track Reference Entry Structure

A track reference array atom contains an array of track reference entry structures that specify information about any low-resolution image tracks contained in a movie. A track reference entry structure is defined by the VRTrackRefEntry data type:

typedef struct VRTrackRefEntry {
    UInt32                              trackRefType;
    UInt16                              trackResolution;
    UInt32                              trackRefIndex;
} VRTrackRefEntry;
trackRefType
The track reference type. See "Track Reference Types" for a description of the available track reference types.
trackResolution
The track resolution. See "Resolutions" for a description of the values that can occur in this field.
trackRefIndex
The index of the track reference.

 


© 1997 Apple Computer, Inc.

Previous | Overview | Contents